ASP.NET Core MVC Controls | ComponentOne
C1.AspNetCore.Mvc Assembly / C1.Web.Mvc Namespace / IItemsSource<T> Interface / OnClientQueryData Property

In This Topic
    OnClientQueryData Property
    In This Topic
    Gets or sets the name JavaScript function which to collect the ajax query data.
    Syntax
    'Declaration
     
    Property OnClientQueryData As String
    string OnClientQueryData {get; set;}
    See Also